golang.org/x/net/http2.Framer.writeBytes (method)
5 uses
golang.org/x/net/http2 (current package)
frame.go#L412: func (f *Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) }
frame.go#L927: f.writeBytes(data[:])
frame.go#L970: f.writeBytes(debugData)
frame.go#L1366: f.writeBytes([]byte(priority))
frame.go#L1557: f.writeBytes(payload)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)